home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre4.z / postgre4 / src / scripts / vacuum.sh < prev   
Encoding:
Linux/UNIX/POSIX Shell Script  |  1992-08-27  |  299 b   |  10 lines

  1. #!/bin/sh
  2. # $Header: /private/postgres/src/scripts/RCS/vacuum.sh,v 1.2 1991/08/05 14:07:04 sp Exp $
  3. #
  4. #    Vacuum postgres databases
  5. #
  6. #    We expect that this script will be run via cron nightly.  This
  7. #    replaces vacuumd and vcontrol in earlier releases of postgres.
  8. #
  9. _POSTGRESBIN_/monitor -c vacuum $*
  10.